﻿With the invert command, together with a matrix with elements [1,2,3],[3,2,1],[1,0,1]; the adjoint matrix is used to obtain the inverse matrix, resulting in matrix([-1/4,1/4,1/2],[1/4,1/4,-1],[1/4,-1/4,1/2])